home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (4th Edition) / The Business Master - 4th Edition.iso / files / wordmisc / formgen / fg2-1.exe / MANUAL.BAT < prev    next >
DOS Batch File  |  1992-09-08  |  361b  |  13 lines

  1. @echo off
  2. if not exist form.doc goto skip1
  3. echo Now printing FormGen II manual...
  4. copy form.doc lpt1 > nul
  5. :skip1
  6. if not exist fill.doc goto skip2
  7. echo Now printing FormGen Fill manual...
  8. copy fill.doc lpt1 > nul
  9. :skip2
  10. echo Now printing additional documentation...
  11. copy tutorial.doc lpt1 > nul
  12. copy order*.doc lpt1 > nul
  13. copy offers.doc lpt1 > nul